home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / internet / flashland / tipy / down / dclick.swf / scripts / DefineButton2_28 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2001-04-15  |  157b  |  6 lines

  1. on(release){
  2.    set("../:cas",int(getProperty("../slider_mov", _X)) * 10 - 1000);
  3.    set("../:show",eval("../:cas") / 1000 + " sek.");
  4.    stopDrag();
  5. }
  6.